docs: fill in some missing field descriptions
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 00:22:48 +0000 (19:22 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 17:41:16 +0000 (12:41 -0500)
gtk/deprecated/gtkrc.h

index c84d4cd27560be5db979a29aa8749ac4b8c83750..7e2f71f19c67371a17ea0c57bbd1bf75b444f7f1 100644 (file)
@@ -54,16 +54,16 @@ typedef enum
 
 /**
  * GtkRcStyle:
- * @name:
- * @bg_pixmap_name:
- * @font_desc:
- * @color_flags:
- * @fg:
- * @bg:
- * @text:
- * @base:
- * @xthickness:
- * @ythickness:
+ * @name: Name
+ * @bg_pixmap_name: Pixmap name
+ * @font_desc: A #PangoFontDescription
+ * @color_flags: #GtkRcFlags
+ * @fg: Foreground colors
+ * @bg: Background colors
+ * @text: Text colors
+ * @base: Base colors
+ * @xthickness: X thickness
+ * @ythickness: Y thickness
  *
  * The #GtkRcStyle structure is used to represent a set
  * of information about the appearance of a widget.